.index_advantage{width:100%; margin:auto; background:url(../ZERO/img/ys_bg.jpg) center no-repeat #f4f4f4; height:410px;}
.index_advantage_head{ text-align:center; padding-top:35px;}
.index_advantage_head ul li{ font-size:14px; color:#808080; font-family:Arial; line-height:27px; text-transform:uppercase;}
.index_advantage_list{width:93%; margin-top:29px;}
.index_advantage_dot1{ display:block; text-align:center; width:90px; height:90px; background:url(../ZERO/img/ys/ys_dot1.png) center no-repeat;}
.index_advantage_dot2{ display:block; text-align:center; width:90px; height:90px; background:url(../ZERO/img/ys/ys_dot2.png) center no-repeat;}
.index_advantage_dot3{ display:block; text-align:center; width:90px; height:90px; background:url(../ZERO/img/ys/ys_dot3.png) center no-repeat;}
.index_advantage_dot4{ display:block; text-align:center; width:90px; height:90px; background:url(../ZERO/img/ys/ys_dot4.png) center no-repeat;}
.index_advantage_title{ font-size:16px; text-align:center; color:#333333; line-height:52px; background:url(../ZERO/img/ys_line2.jpg) center bottom no-repeat;}
.index_advantage_nr p{ display:block; text-align:center; padding:10px 0 10px 0; line-height:21px; font-size:14px; color:#808080;}
.index_advantage_list:hover .index_advantage_dot1{ background:url(../ZERO/img/ys/ys_dot1b.png) center no-repeat;}
.index_advantage_list:hover .index_advantage_dot2{ background:url(../ZERO/img/ys/ys_dot2b.png) center no-repeat;}
.index_advantage_list:hover .index_advantage_dot3{ background:url(../ZERO/img/ys/ys_dot3b.png) center no-repeat;}
.index_advantage_list:hover .index_advantage_dot4{ background:url(../ZERO/img/ys/ys_dot4b.png) center no-repeat;}
.index_advantage_list:hover .index_advantage_title{ color:#0077fc;}

@media(max-width:768px){
.index_advantage{ height:auto !important; background:#f4f4f4; padding-bottom:30px;}
}
#index_advantage_animate1,#index_advantage_animate2{

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}